Q3ScaleTransform_Set
You can use theQ3ScaleTransform_Set
function to set new private data for a scale transform.
TQ3Status Q3ScaleTransform_Set ( TQ3TransformObject transform, const TQ3Vector3D *scale);
transform
- A transform.
scale
- A vector whose three fields specify the desired scaling along each coordinate axis.
DESCRIPTION
TheQ3ScaleTransform_Set
function sets the scale transform specified by thetransform
parameter to the data passed in thescale
parameter. You should useQ3ScaleTransform_Set
only with transforms of typekQ3TransformTypeScale
.